source/derelict/ode/ode.d(45,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGetConfiguration` source/derelict/ode/ode.d(45,18): Error: cast from `extern (C) char* function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(46,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dCheckConfiguration` source/derelict/ode/ode.d(46,18): Error: cast from `extern (C) int function(const(char)*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(47,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomDestroy` source/derelict/ode/ode.d(47,18): Error: cast from `extern (C) void function(dxGeom*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(48,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomSetData` source/derelict/ode/ode.d(48,18): Error: cast from `extern (C) void function(dxGeom*, void*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(49,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomGetData` source/derelict/ode/ode.d(49,18): Error: cast from `extern (C) void* function(dxGeom*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(50,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomSetBody` source/derelict/ode/ode.d(50,18): Error: cast from `extern (C) void function(dxGeom*, dxBody*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(51,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomGetBody` source/derelict/ode/ode.d(51,18): Error: cast from `extern (C) dxBody* function(dxGeom*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(52,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomSetPosition` source/derelict/ode/ode.d(52,18): Error: cast from `extern (C) void function(dxGeom*, float, float, float) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(53,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomSetRotation` source/derelict/ode/ode.d(53,18): Error: cast from `extern (C) void function(dxGeom*, ref const(float[12])) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/ode/ode.d(54,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `dGeomSetQuaternion` source/derelict/ode/ode.d(54,18): Error: cast from `extern (C) void function(dxGeom*, ref const(float[4])) nothrow @nogc*` to `void**` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.